home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 2000 May / Computerworld_2000-05_cd.bin / LOTUS / Files / i_quickplace / Lotus QuickPlace.exe / data1.cab / DominoData / httpd.cnf < prev    next >
Text File  |  1999-07-19  |  23KB  |  485 lines

  1. ################################################################################
  2. # File:             httpd.cnf
  3. # Description:      Domino Web Server configuration file
  4. # Date:             20-Oct-1998
  5. #
  6. #
  7. # Notes:
  8. # 1. The contents of this file are used by the Domino web server. Modifications,
  9. #    additions, or deletions of directives in this file, except for MIME types, 
  10. #    is unsupported. 
  11. #
  12. # 2. When the Domino web server is started (or restarted), it reads two 
  13. #    configuration files: httpd.cnf followed by domino.cnf.
  14. #
  15. # 3. Domino.cnf is generated from scratch each time the web server is started. 
  16. #    Modifications to this file will not be honored. These settings should be 
  17. #    changed in the server's Name & Address Book as well as the Domino 
  18. #    Configuration database.
  19. #
  20. ################################################################################
  21.  
  22. ################################################################################
  23. #         MIME type mapping. Maps each suffix to the content-type of a file.
  24. #         Syntax: AddType <.suffix> <representation> <encoding> <quality>
  25. #                <encoding> is optional, default is "binary"
  26. #                <quality> is optional, default is 1.0
  27. #                 
  28. ################################################################################
  29.  
  30. AddType  .mime     www/mime                             # Internal -- MIME is
  31.                                                         # not recursive
  32. #
  33. #   Audio formats
  34. #
  35. AddType  .snd      audio/basic                          # Sun/NeXT audio format
  36. AddType  .au       audio/basic                          # Sun/NeXT audio format
  37. AddType  .aiff     audio/x-aiff                         # Apple audio format
  38. AddType  .aifc     audio/x-aiff                         # Apple audio format
  39. AddType  .aif      audio/x-aiff                         # Apple audio format
  40. AddType  .wav      audio/x-wav                          # Windows WAV format
  41. AddType  .mid      audio/mid                            # Windows MIDI format
  42. AddType  .rmi      audio/mid                            # Windows MIDI format
  43.  
  44. #
  45. #   Image formats
  46. #
  47. AddType  .bmp      image/bmp                            # Windows bitmap format
  48. AddType  .gif      image/gif                            # GIF
  49. AddType  .ief      image/ief                            # Image Exchange format
  50. AddType  .jpg      image/jpeg                           # JPEG
  51. AddType  .jpe      image/jpeg                           # JPEG
  52. AddType  .jpeg     image/jpeg                           # JPEG
  53. AddType  .tif      image/tiff                           # TIFF
  54. AddType  .tiff     image/tiff                           # TIFF
  55. AddType  .ras      image/cmu-raster                     # CMU raster format
  56. AddType  .png      image/x-png                          # PNG
  57. AddType  .pnm      image/x-portable-anymap              # PBM Anymap format
  58. AddType  .pbm      image/x-portable-bitmap              # PBM Bitmap format
  59. AddType  .pgm      image/x-portable-graymap             # PBM Graymap format
  60. AddType  .ppm      image/x-portable-pixmap              # PBM Pixmap format
  61. AddType  .rgb      image/x-rgb                          # RGB format
  62. AddType  .xbm      image/x-xbitmap              7bit    # X bitmap
  63. AddType  .xpm      image/x-xpixmap                      # X pixmap format
  64. AddType  .xwd      image/x-xwindowdump                  # X window dump (xwd)
  65. AddType  .cmx      image/x-cmx                          # Corel CMX format
  66.  
  67. #
  68. #   Video formats
  69. #
  70. AddType  .mpg      video/mpeg                           # MPEG
  71. AddType  .mpe      video/mpeg                           # MPEG
  72. AddType  .mpeg     video/mpeg                           # MPEG
  73. AddType  .qt       video/quicktime                      # QuickTime
  74. AddType  .mov      video/quicktime                      # QuickTime
  75. AddType  .avi      video/avi                            # MS Video for Windows
  76. AddType  .movie    video/x-sgi-movie                    # SGI  movieplayer
  77. AddType  .asf      video/x-ms-asf                       # MS Active streaming format
  78. AddType  .asx      video/x-ms-asf                       # MS Active streaming format
  79. AddType  .vdo      video/x-vdolive                      # VDOLive script
  80.  
  81. #
  82. #   Message formats
  83. #
  84. AddType  .eml      message/rfc822                       # Outlook Mail Message
  85. AddType  .mht      message/rfc822                       # Mail Message
  86. AddType  .mhtml    message/rfc822                       # Mail Message
  87.  
  88. #
  89. #   Text formats
  90. #
  91. AddType  .html     text/html                    8bit    # HTML
  92. AddType  .htm      text/html                    8bit    # HTML variant
  93. AddType  .htmls    text/x-ssi-html              8bit    # HTML w/ Server-side includes
  94. AddType  .shtml    text/x-ssi-html              8bit    # HTML w/ Server-side includes
  95. AddType  .css      text/css                     8bit    # Cascading Style Sheet
  96. AddType  .xml      text/xml                     8bit    # XML
  97. AddType  .c        text/plain                   7bit    # C source
  98. AddType  .h        text/plain                   7bit    # C headers
  99. AddType  .cc       text/plain                   7bit    # C++ source
  100. AddType  .cpp      text/plain                   7bit    # C++ source
  101. AddType  .cxx      text/plain                   7bit    # C++ source
  102. AddType  .hh       text/plain                   7bit    # C++ headers
  103. AddType  .hxx      text/plain                   7bit    # C++ headers
  104. AddType  .m        text/plain                   7bit    # Objective-C source
  105. AddType  .f90      text/plain                   7bit    # Fortran 90 source
  106. AddType  .txt      text/plain                   7bit    # Plain text
  107. AddType  .rtx      text/richtext                7bit    # MIME Richtext format
  108. AddType  .tsv      text/tab-separated-values    7bit    # Tab-separated values
  109. AddType  .etx      text/x-setext                7bit    # Structure Enhanced Text
  110. AddType  .for      text/plain                   7bit    # Fortran
  111. AddType  .mar      text/plain                   7bit    # MACRO
  112. AddType  .log      text/plain                   7bit    # logfiles9
  113. AddType  .com      text/plain                   7bit    # scripts
  114. AddType  .sdml     text/plain                   7bit    # SDML
  115. AddType  .list     text/plain                   7bit    # listfiles
  116. AddType  .lst      text/plain                   7bit    # listfiles
  117. AddType  .def      text/plain                   7bit    # definition files
  118. AddType  .conf     text/plain                   7bit    # definition files
  119. AddType  .cnf      text/plain                   7bit    # definition files
  120. AddType  .vcf      text/x-vcard                 7bit    # VCard
  121.  
  122. #
  123. #   Compressed file formats
  124. #
  125. AddType  .gz       application/x-gzip                   # GNU Zip
  126. AddType  .zip      application/x-zip                    # PKZIP
  127. AddType  .tar      application/x-tar                    # 4.3BSD tar
  128. AddType  .ustar    application/x-ustar                  # POSIX tar
  129.  
  130. #
  131. #   Lotus application formats
  132. #
  133. AddType  .123      application/vnd.lotus-1-2-3          # Lotus 1-2-3 97
  134. AddType  .wk4      application/vnd.lotus-1-2-3          # Lotus 1-2-3 97
  135. AddType  .wk3      application/vnd.lotus-1-2-3          # Lotus 1-2-3 97
  136. AddType  .wk1      application/vnd.lotus-1-2-3          # Lotus 1-2-3 97
  137. AddType  .wks      application/vnd.lotus-1-2-3          # Lotus 1-2-3 97
  138. AddType  .scm      application/vnd.lotus-screencam      # Lotus ScreenCam Movie
  139. AddType  .lwp      application/vnd.lotus-wordpro        # Lotus WordPro 97
  140. AddType  .sam      application/vnd.lotus-wordpro        # Lotus WordPro 97
  141. AddType  .prz      application/vnd.lotus-freelance      # Lotus Freelance 97
  142. AddType  .pre      application/vnd.lotus-freelance      # Lotus Freelance 97
  143. AddType  .imp      application/vnd.lotus-improv         # Lotus Improv
  144.  
  145. #
  146. #   Microsoft application formats
  147. #
  148. AddType  .doc      application/msword                   # Microsoft Word
  149. AddType  .dot      application/msword                   # Microsoft Word
  150. AddType  .pub      application/x-mspublisher            # Microsoft Publisher
  151. AddType  .mpp      application/vnd.ms-project           # Microsoft Project
  152. AddType  .pot      application/vnd.ms-powerpoint        # Microsoft Powerpoint
  153. AddType  .ppt      application/vnd.ms-powerpoint        # Microsoft Powerpoint
  154. AddType  .pps      application/vnd.ms-powerpoint        # Microsoft Powerpoint
  155. AddType  .scd      application/vnd.ms-schedule          # Microsoft Schedule
  156. AddType  .wcm      application/vnd.ms-works             # Microsoft Works
  157. AddType  .wdb      application/vnd.ms-works             # Microsoft Works
  158. AddType  .wps      application/vnd.ms-works             # Microsoft Works
  159. AddType  .wri      application/x-mswrite                # Microsoft Write
  160. AddType  .xla      application/vnd.ms-excel             # Microsoft Excel
  161. AddType  .xlc      application/vnd.ms-excel             # Microsoft Excel
  162. AddType  .xlm      application/vnd.ms-excel             # Microsoft Excel
  163. AddType  .xls      application/vnd.ms-excel             # Microsoft Excel
  164. AddType  .xlt      application/vnd.ms-excel             # Microsoft Excel
  165. AddType  .xlw      application/vnd.ms-excel             # Microsoft Excel
  166.  
  167. #
  168. #   Macromedia formats
  169. #
  170. AddType  .dcr      application/x-director               # Shockwave for Director
  171. AddType  .dir      application/x-director               # Shockwave for Director
  172. AddType  .dxr      application/x-director               # Shockwave for Director
  173. AddType  .swf      application/x-shockwave-flash        # Shockwave Flash
  174. AddType  .spl      application/futuresplash             # Future Splash Animator
  175.  
  176. #
  177. #   RealAudio formats
  178. #
  179. AddType  .rm       application/vnd.rn-realmedia         # RealPlayer
  180. AddType  .rpm      audio/x-pn-realaudio-plugin          # RealAudio plug-in
  181. AddType  .ra       audio/x-pn-realaudio                 # RealPlayer
  182. AddType  .ram      audio/x-pn-realaudio                 # RealPlayer
  183. AddType  .rv       video/vnd.rn-realvideo               # RealPlayer
  184.  
  185. #
  186. #   VRML formats
  187. #
  188. AddType  .wrl      x-world/x-vrml                       # VRML
  189. AddType  .wrz      x-world/x-vrml                       # VRML
  190. AddType  .xaf      x-world/x-vrml                       # VRML
  191. AddType  .xof      x-world/x-vrml                       # VRML
  192.  
  193. #
  194. #   Other application formats
  195. #
  196. AddType  .ods      application/oleobject                # OLE storage
  197. AddType  .cdf      application/x-cdf                    # Channel file
  198. AddType  .323      application/h323                     # H.323 Internet Telephony
  199. AddType  .js       application/x-javascript             # JavaScript
  200. AddType  .class    application/octet-stream             # Java class file
  201.  
  202. AddType  .bin      application/octet-stream             # Uninterpreted binary
  203.  
  204. AddType  .wp5      application/wordperfect5.1           # WordPerfect
  205. AddType  .oda      application/oda                      # Open Document Architecture
  206. AddType  .pdf      application/pdf                      # Adobe Acrobat
  207. AddType  .ai       application/postscript       8bit    # Adobe Illustrator
  208. AddType  .eps      application/postscript       8bit    # Encapulated PostScript
  209. AddType  .ps       application/postscript       8bit    # PostScript
  210. AddType  .rtf      application/x-rtf            7bit    # RTF
  211. AddType  .csh      application/x-csh            7bit    # C-shell script
  212. AddType  .dvi      application/x-dvi                    # TeX DVI
  213. AddType  .hdf      application/x-hdf                    # NCSA HDF data file
  214. AddType  .latex    application/x-latex          8bit    # LaTeX source
  215. AddType  .nc       application/x-netcdf                 # Unidata netCDF data
  216. AddType  .sh       application/x-sh             7bit    # Shell-script
  217. AddType  .tcl      application/x-tcl            7bit    # TCL-script
  218. AddType  .tex      application/x-tex            8bit    # TeX source
  219. AddType  .texi     application/x-texinfo        7bit    # Texinfo
  220. AddType  .texinfo  application/x-texinfo        7bit    # Texinfo
  221. AddType  .t        application/x-troff          7bit    # Troff
  222. AddType  .roff     application/x-troff          7bit    # Troff
  223. AddType  .tr       application/x-troff          7bit    # Troff
  224. AddType  .man      application/x-troff-man      7bit    # Troff with man macros
  225. AddType  .me       application/x-troff-me       7bit    # Troff with me macros
  226. AddType  .ms       application/x-troff-ms       7bit    # Troff with ms macros
  227. AddType  .src      application/x-wais-source    7bit    # WAIS source
  228. AddType  .bcpio    application/x-bcpio                  # Old binary CPIO
  229. AddType  .cpio     application/x-cpio                   # POSIX CPIO
  230. AddType  .gtar     application/x-gtar                   # Gnu tar
  231. AddType  .shar     application/x-shar           8bit    # Shell archive
  232. AddType  .sv4cpio  application/x-sv4cpio                # SVR4 CPIO
  233. AddType  .sv4crc   application/x-sv4crc                 # SVR4 CPIO with CRC
  234. AddType  .ice      x-conference/x-cooltalk              # Cooltalk
  235. AddType  .rrf      application/x-InstallFromWeb         # InstallFromTheWeb 
  236. AddType  .wis      application/x-InstallFromWeb         # InstallFromTheWeb plug-in 
  237.  
  238. #
  239. #   Fallback MIME types
  240. #
  241. AddType  *.*       www/unknown                          # Try to guess
  242. AddType  *         www/unknown                          # Try to guess
  243.  
  244. ################################################################################
  245. #          Map suffixes to MIME content-encodings.
  246. #          Syntax:  AddEncoding <.suffix> <encoding>
  247. ################################################################################
  248.  
  249. AddEncoding  .z    x-compress                           # Compressed data
  250. AddEncoding  .gz   x-gzip                               # GNU Zip compressed data
  251.  
  252. ################################################################################
  253. #          Map suffixes to the language of a document.
  254. #          Default:  <none>
  255. #          Syntax:   AddLanguage <.suffix><encoding>
  256. #          There will be two values for each keyword.  Multiple keyword/
  257. #          values are allowed.
  258. # Example:
  259. # AddLanguage   .uk  en_UK
  260. ################################################################################
  261.  
  262. ################################################################################
  263. #
  264. #       Specify path for the standard icons included in directory listings
  265. #       Default:IconPath <ServerRoot>/icons/*
  266. #       Syntax: IconPath <icon directory path>
  267. #
  268. ################################################################################
  269. IconPath /icons/
  270.  
  271. ################################################################################
  272. #       Specify blank icon URL for directory listing
  273. #       Default:  default shown below
  274. #       Syntax:  AddBlankIcon <icon URL><ALT text>
  275. #
  276. #       Specify directory icon URL for directory listing
  277. #       Default:  default shown below
  278. #       Syntax:  AddDirIcon <icon URL><ALT text>
  279. #
  280. #       Specify parent directory icon URL for directory listing
  281. #       Default:  default shown below
  282. #       Syntax:  AddParentIcon <icon URL><ALT text>
  283. #
  284. #       Specify unknown icon URL for directory listing
  285. #       Default:  default shown below
  286. #       Syntax:  AddUnknownIcon <icon URL><ALT text>
  287. #
  288. #       Bind icon URL to a MIME content-type or content-encoding
  289. #       Default:  default set of icons shown below
  290. #       Syntax:  AddIcon <icon URL><ALT text><template>
  291. ################################################################################
  292.  
  293. AddBlankIcon   blank.gif
  294. AddDirIcon     dir.gif          DIR
  295. AddParentIcon  back.gif         UP
  296. AddUnknownIcon unknown.gif      ???
  297. AddIcon        binary.gif       BIN  binary
  298. AddIcon        text.gif         TXT  text/*
  299. AddIcon        image.gif        IMG  image/*
  300. AddIcon        movie.gif        MOV  video/*
  301. AddIcon        sound.gif        AU   audio/*
  302. AddIcon        tar.gif          TAR  multipart/*tar
  303. AddIcon        compress.gif     CMP  x-compress x-gzip
  304.  
  305. ################################################################################
  306. #
  307. #          Specify whether case sensitivity for suffixes is on or off.
  308. #          Default:  Off
  309. #          Syntax:  SuffixCaseSense  <on/off>
  310. #          Only one value per keyword is allowed; only one keyword/value
  311. #          pair is allowed.
  312. #
  313. ################################################################################
  314. SuffixCaseSense   Off
  315.  
  316. ################################################################################
  317. #
  318. #         Indicate if the absence of a trailing slash in the URL will
  319. #         provide a directory listing or the default welcome page.
  320. #         Default:  On
  321. #         Syntax:  AlwaysWelcome <on/off>
  322. #
  323. ################################################################################
  324. AlwaysWelcome  On
  325.  
  326. ################################################################################
  327. #
  328. #          Enable/disable or selective directory browsing
  329. #          Default:  On
  330. #          Syntax:  DirAccess <on/off/selective>
  331. #          One value per keyword is allowed.  One keyword/value pair is
  332. #          allowed.
  333. ################################################################################
  334. DirAccess   off
  335.  
  336. ################################################################################
  337. #
  338. #       Configure/disable readme feature for directory browsing.
  339. #       Default:  top
  340. #       Syntax:  DirReadme <top/bottom/off>
  341. #       One value per keyword is allowed.  One keyword/value pair is
  342. #       allowed.
  343. ################################################################################
  344. DirReadme  top
  345.  
  346. ################################################################################
  347. #
  348. #       Control the appearance of the directory listing.
  349. #       Defaults:  DirShowIcons        On
  350. #                  DirShowDate         On
  351. #                  DirShowSize         On
  352. #                  DirShowDescription  On
  353. #                  DirShowBrackets     On
  354. #                  DirShowCase         On
  355. #                  DirShowHidden       On
  356. #                  DirShowBytes        Off
  357. #       Syntax:  <directive> <on/off>
  358. #       Only one value per keyword is allowed.  Only one keyword/value
  359. #       pair is allowed.
  360. #
  361. ################################################################################
  362. DirShowIcons        On
  363. DirShowDate         On
  364. DirShowSize         On
  365. DirShowDescription  On
  366. DirShowBrackets     On
  367. DirShowCase         On
  368. DirShowHidden       On
  369. DirShowBytes        Off
  370.  
  371. ################################################################################
  372. #
  373. #       Specify the maximum width for the description text in
  374. #       directory listings.
  375. #       Default:  DirShowMaxDescrLength 25
  376. #       Syntax:  DirShowMaxDescrLength  <num>
  377. #       Only one value per keyword is allowed.  Only one keyword/value
  378. #       pair is allowed.
  379. #
  380. ################################################################################
  381. DirShowMaxDescrLength  25
  382.  
  383. ################################################################################
  384. #
  385. #       Specify the minimum width for the filename field for
  386. #       directory listings.
  387. #       Default:  DirShowMinLength  15
  388. #       Syntax:  DirShowMinLength  <num>
  389. #       Only one value per keyword is allowed.  Only one keyword/value
  390. #       pair is allowed.
  391. ################################################################################
  392. DirShowMinLength  15
  393.  
  394. ################################################################################
  395. #
  396. #       Specify the maximum width for the filename field for
  397. #       directory listings.
  398. #       Default:  DirShowMaxLength  25
  399. #       Syntax:  DirShowMaxLength  <num>
  400. #       Only one value per keyword is allowed.  Only one keyword/value
  401. #       pair is allowed.
  402. #
  403. ################################################################################
  404. DirShowMaxLength  25
  405.  
  406. ################################################################################
  407. #
  408. #        Enabling and disabling HTTP methods
  409. #        Defaults:  GET, HEAD, and POST are enabled, the rest are disabled
  410. #        Syntax:  Enable  <method>
  411. #                 Disable  <method>
  412. #
  413. ################################################################################
  414. Enable    GET
  415. Enable    HEAD
  416. Enable    POST
  417.  
  418. Disable   PUT
  419. Disable   DELETE
  420. Disable   OPTIONS
  421. Disable   TRACE
  422. Disable   CONNECT
  423.  
  424. ################################################################################
  425. #
  426. #         Specify the directory where meta-information should be stored.
  427. #         Default:  .web
  428. #         Syntax:  MetaDir  <directory name>
  429. #         Only one keyword/value pair is allowed
  430. #
  431. ################################################################################
  432. MetaDir     .web
  433.  
  434. ################################################################################
  435. #
  436. #         Specify the suffix for the file in which meta-information is
  437. #         to be stored.  Meta-information is stored in a file with the
  438. #         same name as the actual document, but appended with a suffix
  439. #         specified by the MetaSuffix directive.
  440. #         Default:  .meta
  441. #         Syntax:  MetaSuffix  <.suffix>
  442. #         Only one value per keyword, but multiple keyword/value pairs
  443. #         are allowed.
  444. #
  445. ################################################################################
  446. MetaSuffix     .meta
  447.  
  448. ################################################################################
  449. #
  450. #     Path and name of files that are to be loaded into memory each time the
  451. #     server is started.  This directive may occur multiple times within the
  452. #     configuration file.  The name must be fully qualified and may not contain
  453. #     any wildcard charcters.
  454. #     Syntax:  CacheLocalFile  <file path>
  455. #     Default: <none>
  456. # Examples:
  457. # CacheLocalFile   /temp/path/index.html
  458. #
  459. ################################################################################
  460.  
  461. ################################################################################
  462. #
  463. #  imbeds:
  464. #    Use this directive to enable server side includes.
  465. #    Syntax:  imbeds   <on/off/files/cgi><.suffix>
  466. #             <.suffix> is optional - if present, it limits which files are
  467. #             parsed for server side includes.
  468. #    Default: on .shtml
  469. #    If more than one imbeds directive is specified, the last one is used.
  470. #
  471. ################################################################################
  472. imbeds on .shtml
  473.  
  474. ################################################################################
  475. #
  476. # Server-side imagemap support
  477. #
  478. ################################################################################
  479.  
  480. service /cgi-bin/htimage*  INTERNAL:HTImage*
  481. service /cgi-bin/imagemap* INTERNAL:HTImage*
  482.  
  483. ################################################################################
  484. # EOF
  485.